home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
C
/
Comet2.1.3.cpt
/
include
/
tftp.h
< prev
next >
Wrap
Text File
|
1990-07-29
|
668b
|
23 lines
/* Copyright 1984 by the Massachusetts Institute of Technology */
/*
Copyright Cornell University 1986. All rights are reserved.
As of 4/10/86:
This source file may have no changes from the M.I.T original
other than this notice; but it has been tested as part of
Cornell's Aztec-C port. See notice.h
*/
/* TFTP randoms */
#define GET 10 /* GET file from other host to here */
#define PUT 11 /* PUT file on other host */
#define ASCII 1 /* transfer as netascii */
#define IMAGE 2 /* transfer as image */
#define TEST 3 /* test mode - diskless */
#define OCTET 4 /* octet mode - same as image */
long tftpuse(), atol();
extern unsigned long cticks;